home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 1 / The 640 Meg Shareware Studio CD-ROM Volume I (Data Express)(1992).ISO / driver / macpab1.dsk / MACPA1.ZIP / AUDIODD / SOURCE / DEMO2.MAK < prev    next >
Text File  |  1992-06-30  |  489b  |  14 lines

  1. # Make file for DEMO sample program - OS/2, High Performance Interface
  2.  
  3. cn1 = ..\include\                         #  Product include files
  4. demo2.exe: demo2.obj demo2.mak
  5.    link demo2+apilmr/m/CO/NOD/STACK:8192,,,llibcep+c:\os2\doscalls,DEMO2;
  6.  
  7. demo2.obj:   demo.c demo2.mak        \
  8.              demomsg.h               \
  9.              demodef.h               \
  10.              $(cn1)audiodd.h
  11.    cl /c /DIS_OS2 /Od /Zi /I$(cn1) /Fcdemo2 /AL /W3 /Zpe /G2 /Fodemo2 demo.c
  12.  
  13. # Done
  14.